home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / commands < prev    next >
Text File  |  1991-04-25  |  7KB  |  105 lines

  1. <ANSI.SYS>       - a device driver with extended screen and keyboard features.
  2. <APPEND>         - locate files other than .COM .EXE .BAT by a search path
  3. <ASSIGN>         - Causes a request for one drive to be routed to
  4.                    another drive.
  5. <ATTRIB>         - Set or display the ARCHIVE or READ-ONLY attributes on a
  6.                    file.
  7. <AUTOEXEC.BAT>   - batch file run whenever the system is booted.
  8. <BACKUP>         - Backs up files from one disk to another.
  9. <BREAK>          - Enables or disables extended CTRL-BREAK checking.
  10. <BUFFERS>        - Sets the number of disk buffers allowed.
  11. <CALL>           - call a batch file from within another batch file
  12. CD               - see <CHDIR>
  13. <CHCP>           - Selects the code page that DOS will use for country
  14.                    specific devices
  15. <CHDIR>          - Displays or changes the current working directory.
  16. <CHKDSK>         - Analyzes the files and directories on a disk
  17. <CLS>            - Clears the screen.
  18. <COMMAND>        - Invokes a secondary command processor.
  19. <COMP>           - Compares the contents of a file (or group of files)
  20.                    to another.
  21. <CONFIG.SYS>     - setup system configuration and load device drivers at
  22.                    boot time
  23. <COPY>           - Copies a file (or group of files) to the same or
  24.                    another disk.
  25. <COUNTRY>        - Selects date, time, currency format for a specific country.
  26. <CTTY>           - Changes the standard console device to an auxiliary device.
  27. <DATE>           - Displays or sets the system date.
  28. <DEBUG>          - run, examine and modify binary files
  29. <DEL>            - Delete a file (or group of files) from a disk.
  30. <DEVICE>         - Allows MS-DOS to load and utilize a device driver.
  31. <DIR>            - Lists the files in a directory.
  32. <DISKCOMP>       - Compares the contents of one diskette to another.
  33. <DISKCOPY>       - Copies the contents of one diskette to another.
  34. <DISPLAY.SYS>    - use code page switching on EGA, LCD and PS/2 displays
  35. <DRIVER.SYS>     - device driver to allow access of extra disk devices.
  36. <DRIVPARM>       - modify the parameters of an existing physical disc drive
  37. <ECHO>           - Control echoing of batch commands to the screen
  38. <EDLIN>          - A line editor.  It can be used to create and edit
  39.                    ascii files.
  40. ERASE            - see <DEL>
  41. <EXE2BIN>        - Converts a file from .EXE format to .COM or .BIN formats.
  42. <EXIT>           - exit the command processor and return to a previous one
  43. <FASTOPEN>       - store location of recently used files for faster access
  44. <FCBS>           - Specifies the number of file control blocks that may be open
  45. <FC>             - compare files and report differences (ascii or binary)
  46. <FDISK>          - Installs a partition on a hard disk drive for MS-DOS
  47. <FILES>          - Sets the number of open files that DOS can access at any
  48.                    one time.
  49. <FIND>           - Searches a file for a specific string of text.
  50. <FOR>            - Repeats a command for several variables in a batch file.
  51. <FORMAT>         - Initializes a disk or partition to accept MSDOS files
  52. <GOTO>           - Transfers control of a batch file to a labelled line
  53. <GRAFTABL>       - Loads foreign language characters into memory. (For CGA)
  54. <GRAPHICS>       - enable graphics screen dump to IBM printers
  55.                    (CGA,EGA and VGA)
  56. <IF>             - Performs conditional execution of commands in batch files.
  57. <INSTALL>        - Execute FASTOPEN, KEYB, NLSFUNC or SHARE during boot
  58.                    processing
  59. <JOIN>           - Logically links a disk drive to a directory on another drive.
  60. <KEYB>           - Loads a keyboard handler to support foreign keyboards.
  61. <KEYBOARD.SYS>   - translation table for foreign keyboard codes
  62. <KEYBxx>         - replace keyboard handler with support for a foreign keyboard
  63. <LABEL>          - Creates, modifies, or deletes a diskette's volume label.
  64. <LASTDRIVE>      - Specifies the maximum number of drives accessible by DOS.
  65. <LINK>           - link .obj files and libraries to produce executable programs
  66. MD               - see <MKDIR>
  67. <MEM>            - display memory use and amount remaining
  68. <MKDIR>          - Creates a subdirectory.
  69. <MODE>           - set mode of operation for printers, comm ports,
  70.                    display, keyboard
  71. <MORE>           - Displays input one screen at a time.
  72. <NLSFUNC>        - support for extended country information and code pages
  73. <PATH>           - Sets the path of directories that DOS will search
  74.                    for programs
  75. <PAUSE>          - Suspends execution of a batch file until a key is pressed.
  76. <PRINT>          - Prints text (ascii) files in the background mode.
  77. <PRINTER.SYS>    - Support for code page switching on IBM printers.
  78. <PROMPT>         - Changes the DOS prompt.
  79. RAMDRIVE         - see <VDISK>
  80. RD               - See <RMDIR>
  81. <RECOVER>        - Recovers a file or complete disk that contains bad sectors.
  82. <REM>            - Displays a remark during the execution of a batch file.
  83. <RENAME>         - Renames a file (or group of files).
  84. <REPLACE>        - Replaces files on a disk or adds files to a disk.
  85. <RESTORE>        - Restores backed up files from one disk to another.
  86. <RMDIR>          - Remove a subdirectory.
  87. <SELECT>         - Installs DOS on a new disk.
  88. <SET>            - Sets or displays the command processor's environment
  89. <SHARE>          - Loads extra support for file sharing and locking
  90. <SHELL>          - Allows another command processor (shell) to be used
  91. <SHIFT>          - Allows use of more than 10 parameters within a batch file.
  92. <SMARTDRV.SYS>   - a disc cache in extended or expanded memory (for hard discs)
  93. <SORT>           - Reads data from a device, sorts it and writes it.
  94. <STACKS>         - supports the dynamic use of data stacks
  95. <SUBST>          - Refer to a directory as a virtual drive
  96. <SYS>            - Transfers the operating system to another disk.
  97. <TIME>           - Displays and sets the system time.
  98. <TREE>           - Displays all directories and subdirectories on a disk
  99. <TYPE>           - Lists the contents of a file to the screen
  100. <VDISK>          - sets up a virtual (RAM) disk.
  101. <VER>            - Displays the version of DOS that you are currently using.
  102. <VERIFY>         - Turns disk write verification on or off.
  103. <VOL>            - Displays the VOLUME LABEL of the specified diskette.
  104. <XCOPY>          - Copies groups of files.  Subdirectories can be included.
  105.